home *** CD-ROM | disk | FTP | other *** search
/ BMUG Revelations / BMUG Revelations.toast / Business / Random / PasteIt Notes / Read Me 2 < prev   
Text File  |  1991-05-01  |  5KB  |  116 lines

  1. (view this file in a fixed point type)
  2.  
  3. PasteIt notes is intended to be used to replace those sticky yellow 
  4. notes that many people have stuck all over the place. Just create a
  5. pasteit note and 'stick' it on your screen wherever you like. It
  6. will stay there until you move it or delete it (assuming that the
  7. application is running).
  8.  
  9. All of your notes will be stored in a "PasteIt Notes Data" document
  10. in the same folder as the application. You may move this document to
  11. your system folder if you wish. 
  12.  
  13. APPLE MENU ITEMS
  14.     About Pasteit Notes    - This window (you can copy or save this 
  15.                              window if your wish).
  16.     Shareware Form         - Please read it!
  17.  
  18.  
  19. FILE MENU ITEMS
  20.     New Note               - Create a new note (use the default
  21.                              attributes).
  22.     Delete Note            - Delete the current note. You will be
  23.                              asked if you really want to destroy it.
  24.     Save Note              - Save the current note to the "PasteIt
  25.                              Notes Data" document.
  26.     Save All Notes         - Save all notes to the "PasteIt Notes
  27.                              Data" document.
  28.     Revert Note to Saved   - Undo ALL changes to the current note
  29.                              since the last save was performed.
  30.     Page Setup             - Set up the printer parameters.
  31.     Print Note             - Print the current note.
  32.     Quit                   - Quit Pasteit Notes. You will be asked
  33.                              if wish to save any unsaved notes).
  34.  
  35. EDIT MENU ITEMS
  36.     Undo                   - Undo the last operation.
  37.     Cut                    - Cut the selected text.
  38.     Copy                   - Copy the selection to the clipboard.
  39.     Paste                  - Paste the clipboard to the window.
  40.     Clear                  - Delete the selected text.
  41.     Show Clipboard         - Show the contents of the Clipboard in a
  42.                              new window (this window is NOT a
  43.                              pasteit note).
  44.  
  45. NOTES MENU ITEMS
  46.     Set Note Title         - Set the note's title. If some text is
  47.                              selected it will use that text for the
  48.                              new title.
  49.     Set Note Defaults      - Have all new notes use the current
  50.                              note's shape, font, size and style.
  51.     Clean Up               - Hierarchical Menu -- see below.
  52.     Font                   - Hierarchical Menu -- see below.
  53.     Style                  - Hierarchical Menu -- see below.
  54.     Size                   - Hierarchical Menu -- see below.
  55.     Alignment and Spacing  - Hierarchical Menu -- see below.
  56.     Set Tab Stops…         - Set the tabstop conversion. Tabs will
  57.                              be converted to spaces. The tab 
  58.                              characters can not be recovered. Set
  59.                              this to zero if you don't wish special
  60.                              tab handling.
  61.  
  62. CLEAN UP
  63.     Resize all notes to the default size. Stack the notes along the
  64.     left or right edge of the screen.
  65.  
  66. FONT MENU ITEMS
  67.     All available fonts are listed. The font being used for the current
  68.     note will be checkmarked. Each note may have its own font. The
  69.     note's font will be saved and restored.
  70.  
  71. STYLE MENU ITEMS
  72.     Pasteit Notes supports the following style attributes: Bold,
  73.     Italic, Underline, Outline, Shadow, Condensed, Extended. The
  74.     attributes being used for the current note will be checkmarked.
  75.     Each note may have its own set of attributes. The note's
  76.     attributes will be saved and restored.
  77.  
  78. SIZE MENU ITEMS
  79.     Several point sizes are listed. The point size being used for
  80.     the current note will be checkmarked. Each note may have its own
  81.     point size. The note's point size will be saved and restored.
  82.     The "Other..." item will bring up a dialog box in which any
  83.     point size may be entered.
  84.  
  85. ALIGNMENT AND SPACING
  86.     Set the alignment to (left, center, right) or the spacing to
  87.     (one, one and a half, double).
  88.  
  89. WINDOWS MENU ITEMS
  90.     Cycle Windows          - Cycle through all active notes.
  91.     (other items)          - The rest of the items are the titles of
  92.                              the currently open notes. Selecting one
  93.                              of the menu items will bring that note
  94.                              to the front.
  95.  
  96. VERSION HISTORY
  97. (changes from 1.0 to 1.0.1)
  98. 1.  The following sequence was causing a crash.
  99.     Create a new note
  100.     Set its title
  101.     Save it
  102.     Change its title to a longer title
  103.     Save it
  104.  
  105.     This was due to overwriting the handle used to store the
  106.     title in the resource (there was a missing SetHandleSize()). The
  107.     application heap was getting corrupted.
  108.  
  109. 2.  An unlocked handle was being dereferenced during a
  110.     memory move operation (no crashes were reported for this
  111.     one).
  112.  
  113. 3.  A indication has been added to the title bar for dirty
  114.     (not saved) notes.
  115.  
  116.